Whether the
Generic ServiceStreamer should continue streaming by calling the
OnCallService method.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim currentStreamNumber As Integer
Dim state As TServiceState
Dim value As Boolean
value = instance.ProcessStream(currentStreamNumber, state)
|
Parameters
- currentStreamNumber
-
The number of the current concurrent stream to process.
- state
-
User state information.
Return Value
true to continue streaming; otherwise false.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also